More and more web sites are using bitmaps or html forms to create buttons that open a specified URL when pressed. Although these techniques often present a visually pleasing button, there are limitations.
Buttons created using HREFButton will appear as standard java buttons as rendered by your OS, will display a URL in the status bar when the mouse is moved over them and will open the URL when the button is pressed.
Buttons created using HREFiButton are drawn using two bitmaps provide by the web site author, one for normal state and one for the pressed state. They will display a URL in the status bar when the mouse is moved over them and will open the URL when the button is pressed.
For details on obtaining and using the above applets or using the HREFButtons as components in another Java(tm) applet, please see the details page.